From 3f1646a41b0ff741a4919454be7934ee8bb4f979 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 5 Jan 2007 20:24:43 +0000 Subject: [PATCH] (backward-kill-word): Doc fix. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index da0f95c0ec6..4edff54bf06 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4096,7 +4096,7 @@ With argument, do this that many times." (kill-region (point) (progn (forward-word arg) (point)))) (defun backward-kill-word (arg) - "Kill characters backward until encountering the end of a word. + "Kill characters backward until encountering the beginning of a word. With argument, do this that many times." (interactive "p") (kill-word (- arg))) -- 2.30.2